home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 3 / BBS in a box - Trilogy III.iso / Files / Tele / M / MUBBS / Minten10 Folder / Minute10 docs next >
Encoding:
Text File  |  1993-02-13  |  2.5 KB  |  66 lines  |  [TEXT/McSk]

  1. Minute 10 Module Docs     --    A Module By : Scott Szretter
  2.  
  3. Minute 10 is a maintenence module for MUBBS, which is called automatically
  4.   by MUBBS every 10 minutes.
  5.  
  6. The purpose of Minute 10 is to call other modules.
  7.  
  8. Modules can be called every 10 minutes every day,
  9.  or every 10 minutes on a particular day,
  10.  or a particular time every day,
  11.  or a particular time on a specific day,
  12.  or once in a particular hour every day,
  13.  or once in a particular hour on specific day.
  14.  
  15. The file minute10.info must be in the bbssupport folder.
  16. This file uses the following format:
  17.  
  18. module4    <- Line 1: The name of the module to be called!
  19. 11         <- Line 2: The hour to call the module!
  20. 23         <- Line 3: The minute to call the module!  (between 11:18 and 11:28)
  21. 99/99      <- Line 4: The date to call the module! (Everyday)
  22.  
  23. Please be sure the file minute10.info is in the bbssupport folder, even if it is empty!!!
  24.  (no modules to be called)
  25.  
  26. The module name is the name of the module in the modules resource file.
  27. The hour is in 24 hour format!
  28. The minute is from 00 - 59.  +/- 5.
  29.  (Since minute 10 is only called every 10 minutes, a module may be called 5 minutes earlier
  30.    than the specified time or 5 minutes later.)
  31.  
  32.  
  33. To call a module every 10 minutes every day:
  34.   --> Set hour and minute to 99, and date to 99/99.
  35.  
  36. To call a module every 10 minutes on a particular day:
  37.   --> Set hour and minute to 99, and date to the date you want... (month/day)
  38.  
  39. To call a module at a particular time every day:
  40.   --> set hour to the hour you want (24hr fmt), and the minute to the minute you
  41.        want (00-59), and the date to 99/99.
  42.  
  43. To call a module at a particular time on a particular day:
  44.   --> set hour to the hour you want (24hr fmt), and the minute to the minute you
  45.        want (00-59), and the date to the date you want (month/day).
  46.  
  47. To call a module within a particular hour (once) every day:
  48.   --> set hour to the hour you want (24hr fmt), minute to 99, and the date to
  49.        99/99.
  50.  
  51. To call a module within a particular hour (once) on a particular day:
  52.   --> set hour to the hour you want (24hr fmt), minute to 99, and the date to
  53.        the date you want (month/day).
  54.  
  55.  
  56. To install the actual module, just copy it into the modules resource file like any 
  57.    other module.
  58.  Note: be sure it replaces the minute10 module that already exists! 
  59.   I have compiled it with the same id, so there should be no problem, but be sure!
  60.  
  61.  
  62. Questions/Comments to:
  63.  
  64.  AOL: Scott001
  65.  BBS: (508)6558927 (14400) or (508)6539334 (2400)
  66.